home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / doors / aedoor / doorheader.h < prev   
Encoding:
C/C++ Source or Header  |  1992-12-26  |  1.1 KB  |  43 lines

  1. #define JH_BBSName 11
  2. #define JH_Sysop 12
  3. #define JH_FLAGFILE 13
  4. /**************************** GET/SET Values from System ***********************/
  5.  
  6. #define DT_NAME           100
  7. #define DT_PASSWORD       101
  8. #define DT_LOCATION       102
  9. #define DT_PHONENUMBER    103
  10. #define DT_SLOTNUMBER     104
  11. #define DT_SECSTATUS      105
  12. #define DT_MESSAGESPOSTED 109
  13. #define DT_UPLOADS        110
  14. #define DT_DOWNLOADS      111
  15. #define DT_TIMESCALLED    112
  16. #define DT_TIMELASTON     113
  17. #define DT_TIMEUSED       114
  18. #define DT_TIMELIMIT      115
  19. #define DT_TIMETOTAL      116
  20. #define DT_BYTESUPLOAD    117
  21. #define DT_BYTEDOWNLOAD   118
  22. #define DT_DAILYBYTELIMIT 119
  23. #define DT_DAILYBYTEDLD   120
  24. #define DT_EXPERT         121
  25. #define DT_LINELENGTH     122
  26. #define ACTIVE_NODES      123
  27. #define DT_DUMP           124
  28. #define BB_CONFNAME       126
  29. #define BB_CONFLOCAL      127
  30. #define BB_LOCAL          128
  31. #define BB_STATUS         129
  32. #define BB_COMMAND        130
  33. #define BB_MAINLINE       131
  34. struct JHMessage
  35. {
  36.  struct Message Msg;
  37.   char String[200];
  38.   int Data;
  39.   int Command;
  40.   int NodeID;
  41.   int LineNum;
  42. };
  43.